Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit ee3ed7a01766b3566e303a70eab63bb9eb98495b


Parents : 693993f
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-12-22T15:34:57+01:00

Updated version

Changes

3 files changed, 3 insertions(+), 3 deletions(-)

M sbapp/main.py +1 -1
M setup.py +1 -1

Diff

diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 29a6fbc9..a8d23336 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
-android.numeric_version = 20221221
+android.numeric_version = 20221222
requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes

diff --git a/sbapp/main.py b/sbapp/main.py
index 55d6c7c8..79315841 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = True
-__version__ = "0.4.2"
+__version__ = "0.5.0"
__variant__ = "beta"
import sys

diff --git a/setup.py b/setup.py
index 1fb3f9ef..0cba7649 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setuptools.setup(
'sideband=sbapp:main.run',
]
},
- install_requires=["rns>=0.4.3", "lxmf>=0.2.7", "kivy==2.1.0", "plyer", "pillow", "qrcode"],
+ install_requires=["rns>=0.4.4", "lxmf>=0.2.7", "kivy==2.1.0", "plyer", "pillow", "qrcode"],
extras_require={
"macos": ["pyobjus"],
},


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────